home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / win / ei301b.zip / INSTALL.INI < prev    next >
INI File  |  1994-12-25  |  5KB  |  109 lines

  1. ; Sample Installation Configuration File
  2. ; for Eigus Install  Copyright (c) 1994 by Andrew Eigus  Fidonet: 2:5100/33
  3.  
  4. ;------------------------------------------------------------------------------
  5. [Installation]            ; Installation section
  6. WindowsVersion=3.0        ; Supported Windows version number
  7. Description=Eigus Install 3.01 beta         ; Product description
  8. WindowTitle=Eigus Install 3.01 beta Setup     ; Window title
  9. Name=Eigus Install 3.01 beta            ; Product name
  10. IconFile=            ; Product icon file
  11. Size=200000            ; Size that this product occupies
  12. Disks=1                ; Number of disks this product installation is
  13.                 ; on
  14. BeepWarning=No            ; Yes|1|True|On = Beep when prompted to insert
  15.                 ; a next disk
  16. ;GroupName=            ; Group name to create in Program Manager. If
  17.                 ; uncommented, no group will be created
  18. ;GroupFile=            ; Group file (.GRP). If uncommented, no group
  19.                 ; file will be created
  20. ReadmeFile=readme.doc        ; Readme file which is displayed after
  21.                 ; successful installation of your software
  22. RunSpecial=            ; Lets you to run a specified application after
  23.                 ; the main installation process is over
  24.  
  25. ;------------------------------------------------------------------------------
  26. [Directories]            ; Directories section
  27. Main=C:\EIGINST            ; Product main default directory name
  28. Additional=0            ; Number of additional directories
  29. ; ADirNNN=DName, DKeyword, DSection, DDescr, DIniFile
  30.                 ; NNN: number of additional directory
  31.                 ; DName: Directory name (like: C:\TEMP)
  32.                 ; DKeyword: Directory keyword name in the user
  33.                 ; INI file
  34.                 ; DSection: Directory section name in the user
  35.                 ; INI file
  36.                 ; DDescr: Directory description text to show
  37.                 ; in the Settings dialog box
  38.                 ; DIniFile: User INI file name
  39.  
  40. ; Example on additional directory:
  41. ;ADir1=FONTS, FontDir, Directories, Font Directory, USER.INI
  42. ; In the above example, FONTS is a subdirectory, where the files with
  43. ; ADir1 index will be placed. After user makes changes to this field,
  44. ; the changed directory name is stored into the user INI file, in this
  45. ; example USER.INI, section [Directories], keyword FontDir.
  46.  
  47. ;------------------------------------------------------------------------------
  48. [Build]                ; Build files section
  49. Files=0                ; Number of files to build
  50. File1=                ; First file to build from parts
  51. File1.Parts=            ; Number of parts for the first file
  52. File1.Part1=            ; First part-file for the first build file
  53. File1.Part2=            ; Second part-file for the first build file
  54. ;...
  55.  
  56. ; This is used to build large files from the parts. Each part stored in a
  57. ; separate part-file. Example:
  58. ;Files=1
  59. ;File1=BIGFILE.DAT
  60. ;File1.Parts=3
  61. ;File1.Part1=PART1.DAT
  62. ;File1.Part2=PART2.DAT
  63. ;File1.Part3=PART3.DAT
  64.  
  65. ; In the above example BIGFILE.DAT is a file to build from three parts:
  66. ; PART1.DAT, PART2.DAT and PART3.DAT.
  67.  
  68. ;------------------------------------------------------------------------------
  69. [Disk #1]            ; Disk 1 section
  70. Volume=DISKDATA            ; Volume for the first disk. This is either a
  71.                 ; disk volume label, or a file that exists
  72.                 ; on the first disk. Note that for first disk
  73.                 ; disk this parameter is ignored, however
  74.                 ; must be specified.
  75. Files=6                ; Number of files on this disk
  76. ; FileNNN=FName, FDescr, DIndex[, Group, FGroupDescr]
  77.                 ; NNN: number of file
  78.                 ; FName: fulle file name without path
  79.                 ; FDescr: file description
  80.                 ; DIndex: index name of destination directory.
  81.                 ; Possible indexes for destination directories:
  82.                 ;   Main = main directory (see Directories
  83.                 ;       section)
  84.                 ;   ADirNNN = additional directory number NNN
  85.                 ;       (see also Directories section)
  86.                 ;   Windows = Windows directory
  87.                 ;   System  = Windows system directory
  88.                 ;   Temp = temporary directory (specified in
  89.                 ;          (your CONFIG.SYS file)
  90.                 ;   Source = source INSTALL directory
  91.                 ; Group: if specified, it is assumed to include
  92.                 ; this file into a Program Manager group
  93.                 ; FGroupDescr: description for this file in
  94.                 ; the PM group
  95. ; Here go some examples:
  96. ;File1=winword.ex_, Microsoft Word program, Main, Group, Microsoft Word
  97. ;File2=ctl3d.dll, 3d-custom controls DLL, System
  98.  
  99. ; Now, the following is used by Eigus Install to install itself:
  100.  
  101. File1=install.exe, Main setup program, Main
  102. File2=install.ini, Configuration file, Main
  103. File3=ctl3d.dll, 3d-custom controls DLL, Main
  104. File4=lzsscomp.ex_, Compression program for Eigus Install, Main
  105. File5=makelist.ex_, File list generator for Eigus Install, Main
  106. File6=readme.do_, Notes, Main
  107.  
  108. ;...
  109.